Carryout Read and Write Operation in AWS Dynamo DB: Procedure: 1. Select DynamoDB under AWS Services. 2. Click 'Create Table' and give table name. Then finally create the table. It will take some time for the table to be available for use. 3. Select the table and click the 'Explore Table Items' option. 4. Click 'Create Item' and add attributes and values in the table. Also we can use both form and json format to add. 5. Let's add some more rows in our table with different attributes. 6. The Scan Function is to read the data from the Table. We can add filters to get specific row from the table.
Create an EBS volume for the existing EC2 Machine in the same region. Requirement: EC2 Machine on a particular region. Previously on the lab exercise, I already created an AWS account and launched an EC2 machine. Now I am going to create an EBS volume and connect it to my EC2 machine. This is done to get extra storage for our instances. To make those EBS volumes usable in the instances, we need to mount it to a specific folder. Now let's see how to do that. Create an EBS Volume: Step - 1: Open AWS web console and go to the EC2 dashboard. Then select Volume option under Elastic Block Store option. Step - 2: By selecting 'Create Volume', create a new EBS volume. Step - 3: Input the details like Volume type, Size, Availability Zone as per your needs. Ensure that the availability zone is same as our EC2 instance's region. Then Create Volume. Step - 4: Once our Volume is created(it...
Comments
Post a Comment