Hi
We have a Dev environment in AWS (with VPC, subnets, EC2, S3, Applications, etc)
- Now we need to deploy QA environment similar to Dev, but we do not want to rebuild all the infrastructure (with VPC, subnets, EC2, S3, Applications etc) manually in QA, instead we want to deploy the entire infrastructure with automation, Infrastructure as code.
This is like replicating the Dev environment but after making necessary changes in parameters, such as instance name, Application Server name, instance type, storage size etc.,
Can the above be accomplished with Ansible, if yes, how ?
If you’ll have come across such a scenario, please provide inputs. Also if there is another tool that can do this, please let me know.
thanks
Sreek