0 votes
in Cloud Computing by
What is your experience with cloud automation and orchestration tools?

1 Answer

0 votes
by

primarily focusing on AWS CloudFormation and Terraform. I’ve used AWS CloudFormation for automating the deployment of AWS resources, creating stacks of resources based on templates written in JSON or YAML. This has allowed me to manage infrastructure as code, ensuring consistency and repeatability.

In addition, I’ve utilized Terraform extensively due to its provider-agnostic approach. It allows managing a wide variety of services from different providers within one workflow. My work involved writing declarative configuration files which are then executed by Terraform to create, update, or destroy resources.

Furthermore, I’ve also worked with Kubernetes for container orchestration, deploying and managing microservices-based applications across clusters of hosts.

Related questions

0 votes
asked Nov 23, 2023 in Cloud Computing by JackTerrance
0 votes
asked Nov 22, 2023 in Cloud Computing by JackTerrance
...