Thousands of organizations use Amazon Web Services (AWS) to host their applications and manage their data in the cloud. The advantage of geographic availability, scalability and reliability make AWS a great choice.Due to recent and more frequently-occurring breaches in security in a number of environments, It is necessary for us to take data protection strategy …
Tag Archives: Cloud
How DHCP and DNS are managed in AWS VPC – Part 1
In our day-to-day life, we take a lot of things for granted: our body, food, friends, family, internet, domain name (URL) of facebook, IP address of instagram, etc. In our ignorance, we forget to consider how much their absence would affect us, the hardship and inconvenience we’d face, if, one day, any of these just …
Continue reading “How DHCP and DNS are managed in AWS VPC – Part 1”
VPC per envrionvment versus Single VPC for all environments
This blog talks about the two possible ways of hosting your infrastructure in Cloud, though it will be more close to hosting on AWS as it is a real life example but this problem can be applied to any cloud infrastructure set-up. I’m just sharing my thoughts and pros & cons of both approaches but …
Continue reading “VPC per envrionvment versus Single VPC for all environments”
A wrapper over linode python API bindings
Recently I’ve been working on automating the nodes creation on our Linode infrastructure, in the process I came across the Linode API and it’s bindings. Though they were powerful but lacks at some places i.e: In case of Linode CLI, while creating a linode you have to enter the root password so you can’t achieve …
Continue reading “A wrapper over linode python API bindings”
How to securely access your private app on cloud
One of the suggested practices in cloud administration is to always host your applications on a Virtual Private Cloud. Also, you should have a public subnet hosting the public facing apps, and a private subnet which hosts the private apps (like a database or a back-end service/app). To know more about why you need such …
Continue reading “How to securely access your private app on cloud”