bhavyabojanapalli.hashnode.devTerraform Interview Question & AnswersExplain the main components of Terraform. The main components of Terraform include: Providers: These interact with APIs of various infrastructure platforms (e.g., AWS, Azure, GCP) to provision and manage resources. Resources: These represent infra...Jan 9, 2024·6 min read
bhavyabojanapalli.hashnode.devAWS Code Pipeline — Day 20Understanding AWS CodePipeline AWS CodePipeline is a fully managed continuous integration and continuous delivery service offered by Amazon Web Services (AWS). It automates the build, test, and deployment phases of your release process, allowing for ...Nov 30, 2023·5 min read
bhavyabojanapalli.hashnode.devAWS Code Deploy — Day 19AWS CodeDeploy is a service provided by Amazon Web Services (AWS) that automates the deployment of applications to instances, allowing for updates to be quickly and reliably pushed out to your infrastructure. Here's a brief overview of how AWS CodeDe...Nov 30, 2023·3 min read
bhavyabojanapalli.hashnode.devAWS Elastic Beanstalk — Day 18In the ever-evolving landscape of cloud computing, managing applications efficiently is crucial. AWS Elastic Beanstalk is a service designed to simplify the deployment, scaling, and management of web applications and services developed with popular p...Nov 30, 2023·6 min read
bhavyabojanapalli.hashnode.devAWS Config — Day 17What is AWS Config? AWS Config is a service that provides a detailed inventory of your AWS resources and their configurations. It continuously monitors and records configurations and changes, enabling you to assess compliance with internal policies, ...Nov 30, 2023·3 min read