To make the ALB understand the type of traffic it is handling, we can use […]
Modules for code reusability – Managing Infrastructure as Code with AWS CloudFormation
Working with modules in Terraform is a better experience. First of all, a large number […]
Template – Managing Infrastructure as Code with AWS CloudFormation
A CloudFormation template is a blueprint of the resources in your infrastructure stack and their […]
Technical requirements – Managing Infrastructure as Code with AWS CloudFormation
What does Infrastructure as Code (IaC) mean? How can we get started with this approach […]
Deploying our test instance – Leveraging Immutable Infrastructure in the Cloud
To deploy our first EC2 instance using the AMI, we need some prerequisites to be […]
How requests flow over the network – Managing Infrastructure as Code with AWS CloudFormation
Have you ever tried using the –debug flag with your AWS CLI commands? When executing […]
Creating additional users – Leveraging Immutable Infrastructure in the Cloud
It is a security best practice to not use your root account credentials for daily […]
Immutable infrastructure – Leveraging Immutable Infrastructure in the Cloud
Immutable infrastructure is a strategy that promotes the idea of replacing your software components with […]
Technical requirements – Leveraging Immutable Infrastructure in the Cloud
To follow along with this chapter, you will need the following: Pets versus cattle In […]
Summary – Choosing the Right Cloud Service
In this chapter, we discussed the three important service tiers offered by cloud providers: IaaS, […]