Create a VM and configure security groups with defined Inbound and Outbound rules like letting traffic through HTTP, ICMP, TCP,SSL(TLS). Steps:- 1. Go to AWS console and create a new EC2 instance. 2. Create a new security group. 3. Create an inbound rule on TCP on my IP. 4. Create an inbound rule on ICMP on source my IP. 5. Similarly set rules for HTTP and SSH. 6. set the outbound traffic for http, ssh and icmp. 10. create the security group. 11. use the same security group in the network settings and launch the instance.
Setup DynamoDB and perform CRUD operations Steps:- 1. Search for DynamoDB on AWS console 2. Give appropriate name and primary key for your table. 3. Then create table 4. Create a new item 7. Give appropriate values to the fields in table. 8. Succefully inserted.
Setting up Replication in S3 Bucket Steps:- 1. Go to aws console for S3 bucket and select the bucket you want to replicate. 2. go to management tab and click on create replication rule. 3. Give name to replication rule 4. Apply rule to all objects in this bucket. 5. Create a new IAM role. 6. Choose another bucket replicate to. 7. Click on save 8. Enable versioning for this bucket. 9. Set job settings. Uncheck completion report. 10. The replication job was completed. 11. Replication rule was successfully set on bucket.
Comments
Post a Comment