Posts

Showing posts from November, 2022

Inbound and Outbound rules

Image
  Create a VM and configure security groups with defined Inbound and Outbound rules like letting traffic through HTTP, ICMP, TCP,SSL(TLS). before creating a instance go to the security group in the dash board. click on create security groups. Click on create new security groups create an instance as usual. while creating select this security group.

Create and configure a Virtual Private cloud using AWS

Image
VPC allows the users to use AWS resources in a virtual network. The users can customize their virtual networking environment as they like, such as selecting own IP address range, creating subnets, and configuring route tables and network gateways. To create a VPC: Go to the VPC dashboard and click on create VPC. Click on create VPC. now your vpc is created.

lab ex.13 and Assignment 3: Developing and hosting web applications in AWS using Elastic Beanstalk

Image
 AWS Elastic Beanstalk is a platform as a service that is a choice for hosting web services. It has great documentation and support for auto scaling. step 1: Click on create application on the elastic beanstalk dashboard. step 2: fill and click on create app select the environment as docker. after clicking create app, it redirects to the dashboard. Step 3: by default aws deploys a sample app. this is the way to host a app on aws elastic beanstalk.