Home
YUHA👩🏻‍💻
Cancel

[AWS Solution Architect] Follow Along - Security Groups, NACL and Bastion

Security Groups there’s IPv4 DNS and the public IP address for the public there’s nothing for the private Let’s check our website is working case1 public instance ...

[AWS Solution Architect] Follow Along - Launch an EC2 Instance

Launch an EC2 Instance for our public subnet choose t2 micro set network and subnet create new IAM role to give it access t...

[AWS Solution Architect] Follow Along - Create VPC, IGW, Route Tables and Subnets

Create VPC and Core Components(IGW, Route table, Subnets) IPv4 CIDR 10.0.0.0 is commonly chosen one. this is saying how many IP addresses you want to allocate. IPv...

[AWS Solution Architect] NAT (Network Address Translation)

NAT (Network Address Translation) local network with its own IP address space Q. why do we want to this? A. two reasons for this. If you have a pri...

[AWS Solution Architect Associate] SG (Security Group)

SG (Security Groups) they protect our EC2 instances by acting as a virtual firewall controlling the inbound and outbound traffic. you would attach a security groups to an EC2 instan...