RAReshma Ainreshma-cloud.com·Oct 28, 2024 · 2 min readSecurity Group with My IPSecurity is of paramount importance. How many times have we seen or heard that we should “NEVER” allow complete internet access to our security group?? So now you are doing AWS Hands-on and would like to create and attach a security group to your ec2...00
RAReshma Ainreshma-cloud.com·Nov 17, 2023 · 1 min readEC2 instance - without "hardcoding" AMIWhat can be the greatest nightmare for any DevOps consultant? Ans : Ever changing AMI id of EC2 instances and the constant need to change them in the Terraform template. There is a fix for this too. All that needs to be done is get the "latest" AMI d...00
RAReshma Ainreshma-cloud.com·Jun 7, 2023 · 4 min readRandom Strings as ParametersThe most dreaded word that scares the Developer community "Hard Coding Parameters". Well, in the words of ChatGPT this is why hard coding considered a bad practice Hard coding is considered a bad practice in software development for several reasons:...00
RAReshma Ainreshma-cloud.com·Apr 12, 2023 · 2 min readTarget Resource CreationYou are a Platform Engineer and are responsible to maintain the Cloud Infrastructure with many limitations, with one being not to destroy the current infrastructure. What would you do if you have been asked to modify or create a new resource BUT with...00
RAReshma Ainreshma-cloud.com·Apr 4, 2023 · 2 min readAdding multiple emails to sns subscriptions using TerraformWe seldom find advanced topics on Terraform templates online and sometimes the information is not fully available on the Official Pages as well.I'm bringing to you advanced template examples to be used in your organization's environment. Bringing the...00