Skip to main content

Command Palette

Search for a command to run...

Day 27 : Configuring a Public VPC with an EC2 Instance for Internet Access

100 Days of Cloud (AWS)

Updated
1 min read
Day 27 : Configuring a Public VPC with an EC2 Instance for Internet Access

Welcome back to Day 27. In this lab you will learn how to configure a public VPC with an EC2 Instance for Internetaccess.

Create a public VPC named datacenter-pub-vpc, and a subnet named datacenter-pub-subnet under the same, make sure public IP is being auto assigned to resources under this subnet. Further, create an EC2 instance named datacenter-pub-ec2 under this VPC with instance type t2.micro. Make sure SSH port 22 is open for this instance and accessible over the internet.

Congratulations you did it. It looks good. This lab was successfully completed without any errors. See you in day 28. If you have any issues please let me know I will be happy to assist you. Stay tuned and learn together. If you find my article useful, please kindly like and share it.

100 Days of Cloud (AWS)

Part 24 of 50

In this series you will learn how to configure and manage cloud resources using AWS. My intention is to provide an explanation and share the answers for 100 Days of Cloud (AWS) from KodeKloud.

Up next

Day 26 : Configuring an EC2 Instance as a Web Server with Nginx

100 Days of Cloud (AWS)