VLVijaya Laxmi Kadhaminmy-cloud-journey.hashnode.dev·4d ago · 7 min readAWS CI/CD Explained for Beginners | Understanding AWS CodeCommit, CodePipeline, CodeBuild & CodeDeployIntroduction Over the past few articles, we have learned how to create AWS infrastructure manually using services like: Amazon EC2 Amazon S3 VPC Route 53 CloudFormation But once an application 00
VLVijaya Laxmi Kadhaminmy-cloud-journey.hashnode.dev·Jun 30 · 7 min readAWS CloudFormation Hands-on | Build Your First Infrastructure Using YAMLIntroduction In the previous article, we learned what Infrastructure as Code(IaC) is and why AWS CloudFormation is used to automate infrastructure creation. Instead of manually creating AWS resources 00
VLVijaya Laxmi Kadhaminmy-cloud-journey.hashnode.dev·Jun 29 · 5 min readAWS CloudFormation Explained for Beginners | Infrastructure as Code (IaC) Made SimpleIntroduction In the previous article, we learned how to use the AWS CLI to interact with AWS services from the command line. The AWS CLI is great for performing quick tasks such as: listing S3 bucket00
VLVijaya Laxmi Kadhaminmy-cloud-journey.hashnode.dev·Jun 21 · 7 min readAWS CLI for Beginners | Automating AWS without using the ConsoleIntroduction Until now, we have been creating resources such as: VPCs EC2 Instances S3 Buckets using AWS Console. While the AWS Console is easy for beginners, it becomes difficult when we need to00
VLVijaya Laxmi Kadhaminmy-cloud-journey.hashnode.dev·Jun 17 · 7 min readAWS S3 Hands-On Project | Buckets, Versioning, Permissions and Static Website HostingIntroduction In the previous article, we learned the theory behind Amazon S3. Now it is time to see Amazon S3 in action. In this hands-on project we will: Create an S3 bucket Upload files Understan00