Skip to main content

Posts

Lab AWS Exercise 8 - Dynamo DB

  Open AWS management console Under database in services , select DynamoDB In the dashboard , click on create table Enter table details and click on create table Table successfully created Under actions in table , click on create item Fill the attributes required in create item and click on create item If needed we can edit item and save changes It will be reflected on the table details

Lab AWS Exercise 7 - Create an SQL instance

 Download and install MySQL workbench Open AWS management console Select RDS under database under services Click on create database Choose database creation method Choose engine Choose free tier Provide Database name , username , password Create database Database created successfully Open MySQL workbench Under database , select manage connection Enter the endpoint of the database in place of host and enter the right username  And then test connection Open the connected database and execute the queries provided or needed

Lab AWS Exercise 6 - Create S3 bucket and host a static website

Sign in to AWS management console Select Amazon S3  Select Buckets Click on create bucket Fill in the information Enable ACL Enable public access Create bucket Bucket created successfully Upload the HTML file need to be hosted under objects of the created bucket The object URL must move you to the webpage that you have uploaded The webpage has been hosted successfully