
Learn how to migrate data from MySQL to S3 using AWS DMS, including setting up source and target endpoints, a replication instance, and a migration task.
Migrate data from an S3 bucket to a MySQL database using AWS Database Migration Service, including setting up the replication instance, source and target endpoints, and loading the data.
This AWS database migration service tutorial demonstrates migrating data from a Microsoft SQL Server on EC2 to SQL Server on RDS, covering replication instance setup, endpoints, and security configuration.
Learn to create a DynamoDB table, insert items, and perform scan and query operations with default provisioned throughput. Understand read and write capacity units and primary key usage.
AWS is one of the fastest growing cloud platform. I have specifically created these tutorials for folks who have the drive and want to learn more about AWS. In this course, you will find tutorials for DynamoDB and Database Migration Service.
You will learn with hands-on tutorials how to leverage --
AWS Database Migration Service (DMS) to -
1. Migrate data from MySQL to S3
2. Migrate data from S3 to MySQL
3. MS SQL EC2 to MS SQL RDS
AWS DynamoDB to -
1. Create Table
2. Insert Items
3. Scan and Query Table
4. Calculate Read and Write Capacity Units