Useful resource for both interviewer and interviewee..
We might come across a scenario where we need to deploy resources in multiple AWS regions as a disastor recovery or backup plan.
Using Terraform for infrastructure as code we can achieve this using alias in Provider.
Primary region
Declare the provider with primary region as usual.
Backup region
Declare the second provider with alias which can be used while creating resources.
Full terraform sample
Now we can proceed using the alias to create resources in primary and backup regions in our case its us-east-1 and ap-southeast-1
Apply the terraform script to have EC2 machines created in two regions.
Read MoreThis is simple and most often googled thing on web,creating a backend for Terraform for deployments in AWS cloud with a provision for locking the state file.
Read MoreNice and long article on different branching strategies and source management techniques
One word description of all AWS services
Created a place to write about the things i liked, used and found across the world of web.Every day spent there is an excursion in life, enjoying, learning new things in life on the way.
Read More