Posts

Showing posts from November, 2022

Create a VM and configure security groups with defined Inbound and Outbound rules like letting traffic through HTTP, ICMP, TCP,SSL(TLS).

Image
   CREATE A VM AND CONFIGURE SECURITY GROUPS ALLOWING TRAFFIC SUCH AS TCP,HTTP,ICMP AND TLS First create a key pair with .pem file format Now your key pair is created Next create an instance Give the name of the instance,instance type,AMI'S and storage Now the instance is successfully been created Select the paticular instance and check the security group id and make a note of it Select the security group with the same instance id and click edit inbound rules. Add the rules such as TCP,HTTP,TLS AND ICMP The same process is done for outbound rules also allowing the traffic in both. Then click Save rules. Now our   VM has been created with the given security groups configured.

Create a S Bucket Replication in AWS.

Image

Developing and hosting web applications in AWS using Elastic Bean Stalk.

Image
  Step 1 :Create account in AWS management console , and select the region. Step 2: Create an application and an Environment and Open the elastic Beanstalk console. Step 3:  Provide an application name choose platform as Node.js  Step 4: Creates an Elastic Beanstalk application named Cynthapp. Launches an environment named Cynthapp-env with AWS resources. During the environment creation process, the console tracks progress and displays events. step 5:  When all of the resources are launched and the EC2 instances running the application pass health checks, the environments health changes to Ok. step 6:   In navigation pane, choose Environments, and then choose the name of your environment from the list. The environment's url is located at the top of the overview, below the environment name. Choose the url to get to the example applications congratulations page. Here, I have successfully created my application and  upload an application version in the form of...

Create and carry out read and write operation in AWS Dynamo DB

Image
 Step 1: Select DynamoDB from the services step 2: click create table step 3: Under create table,enter table name,partition key and sort key The studentdetails table was created successfully step 4:Under Explore items, you can see create item. step 5:Enter the details of each attributes and click create item Here, I have created 2 more items In create item, you can add Binary and list items I have binary and list and click create item step 6 :This is the JSON view of the item which we have created Here, the items has been saved successfully step 7: Now we can read the items which we have created by entering the details shown below. step 8: After this click run. We have got the item which we have searched