Category

AWS Academy

Page 3 of posts in AWS Academy.

Mount Amazon EFS Drive on EC2 Ubuntu Linux using NFS Utils

A comprehensive guide to mount Amazon Elastic File Storage (EFS) on Ubuntu Linux using NFS Utils and then use it to serve files from the EFS drive. The guided includes instructions for both AWS Console & CLI

Migrate a DB to RDS using AWS Database Migration Service (DMS)

Use AWS Database Migration Service (DMS) to migrate a database to Amazon RDS by configuring a replication instance, source and target endpoints, and a migration task.

Add CORS configuration to a S3 bucket using AWS CDK

Learn how to setup and configure CORS for S3 buckets using CDK

How to create a lambda function using AWS CDK in Python

A complete guide to creating a lambda function using AWS CDK

How to import an existing lambda function using AWS CDK in Python

A guide to importing an existing lambda function using AWS CDK in Python and applying changes to it

Import an existing S3 bucket in CDK

How to import an existing S3 bucket using different methods in CDK using Python