© 2023 Hashnode
#aws-certified-solutions-architect-associate
The AWS Cloud infrastructure is mainly built around AWS Regions and Availability Zones, however, it also is simplified into Edge Locations and Regional Edge Caches. What do AWS Regions consist of? AW…
The AWS Cloud infrastructure is mainly built around AWS Regions and Availability Zones, however it also be simplified into Edge Locations and Regional Edge Caches. What do AWS Regions consist of? AWS…
Scenario: Create an IAM policy that grants read-only access to an Amazon S3 bucket and also invoke a Lambda function from EC2 Instance. Solution: You can use an IAM role to grant S3 bucket access and …
I'm lost on the topic called (Containers). From what I'm reading it is a group of code packaged together. Then Docker Containers it seems is a group of packaged Containers. After that, I read about Amazon Elastic Container which is "a fully…
Hello and Welcome, In this blog, you will learn the Secure way to control access to AWS resources. Don’t use the AWS root account credentials to access AWS services; don’t share the credentials with a…
Scenario: Creating an IAM policy that grants access to an Amazon DynamoDB table for an Amazon Elastic Compute Cloud (EC2) and also performs CRUD operations using AWS-CLI. Solution: You can use an IAM …
Welcome to my notes on AWS. I hope that sharing them, will help you quickly get an introduction or act as a refresher while you navigate the labyrinth of AWS. I started with watching a few youtube vid…
Scenario: You want to set up an application running on Amazon Elastic Compute Cloud (EC2) to be able to publish messages to Amazon Simple Notification Service (SNS) topic without hardcoding AWS access…
Scenario: An application running on an Amazon EC2 instance needs to access an Amazon S3 bucket to read and write files. However, you do not want to hardcode the AWS access key and secret access key in…
Introduction: A Bastion host is a special-purpose computer on a network, used as a "jump box" to access other hosts on the network. Assumptions: This guide assumes you already have terraform installed and configured as an environment variab…