diff --git a/content/aws/25000000-mount-efs-ec2.md b/content/aws/25000000-mount-efs-ec2.md index 52bbab39..8d4bf407 100644 --- a/content/aws/25000000-mount-efs-ec2.md +++ b/content/aws/25000000-mount-efs-ec2.md @@ -1,6 +1,7 @@ Title: Mount Amazon EFS Drive on EC2 Ubuntu Linux using NFS Utils Date: 2022-06-13 Category: AWS Academy +Series: AWS CDK Tags: aws, linux Author: Rehan Haider Summary: 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 diff --git a/content/aws/50000000-flask-on-beanstalk.md b/content/aws/50000000-flask-on-beanstalk.md index 9862eb86..09f7e3b5 100644 --- a/content/aws/50000000-flask-on-beanstalk.md +++ b/content/aws/50000000-flask-on-beanstalk.md @@ -1,6 +1,7 @@ Title: Run Flask Apps on Elastic Beanstalk Date: 2022-07-30 Category: AWS Academy +Series: AWS CDK Tags: aws, python Author: Rehan Haider Summary: Create a simple Flask app and run on AWS Elastic Beanstalk diff --git a/content/aws/75000000-iam-cross-account-role.md b/content/aws/75000000-iam-cross-account-role.md index 8fcf487c..40be5e20 100644 --- a/content/aws/75000000-iam-cross-account-role.md +++ b/content/aws/75000000-iam-cross-account-role.md @@ -1,6 +1,7 @@ Title: Cross Account Access to AWS Services using IAM Roles Date: 2022-08-13 Category: AWS Academy +Series: AWS CDK Tags: aws Author: Rehan Haider Summary: Access another AWS account temporarily using an IAM role and STS diff --git a/content/aws/87500000-cdk-api-gateway-route53.md b/content/aws/87500000-cdk-api-gateway-route53.md index c2c73e86..a400496a 100644 --- a/content/aws/87500000-cdk-api-gateway-route53.md +++ b/content/aws/87500000-cdk-api-gateway-route53.md @@ -1,6 +1,7 @@ Title: CDK API Gateway with Custom Domain Date: 2022-10-24 Category: AWS Academy +Series: AWS CDK Tags: aws, cdk, python Author: Rehan Haider Summary: Create API Gateway and connect it with a custom domain / subdomain using Route53 diff --git a/design/alexis/templates/article.html b/design/alexis/templates/article.html index a965b25a..0923e5db 100644 --- a/design/alexis/templates/article.html +++ b/design/alexis/templates/article.html @@ -21,6 +21,9 @@