aws-cloudformation-tutorial

Hands-On Lab: Using Amazon Inspector to Assess EC2 Instance Security

Introduction Amazon Inspector is a powerful AWS service that allows you to find vulnerabilities on your EC2 instances. It performs assessments to identify security issues and potential vulnerabilities on your Amazon Elastic Compute Cloud (Amazon EC2) instances. In this hands-on lab, you will learn how to configure Amazon Inspector to assess the security of an …

Hands-On Lab: Using Amazon Inspector to Assess EC2 Instance Security Read More »

How to Use the CloudFormation to automatically provision a WordPress website

Join function is used heavily in AWS CloudFormation. Take a look at Amazon document This function is convenient when set configuration in AWS Cloudformation. “/etc/cfn/hooks.d/cfn-auto-reloader.conf”: { “content”: { “Fn::Join”: [ “”, [ “[cfn-auto-reloader-hook]\n”, “triggers=post.update\n”, “path=Resources.WebServer.Metadata.AWS::CloudFormation::Init\n”, “action=/opt/aws/bin/cfn-init -v “, ” –stack “, { “Ref”: “AWS::StackName” }, ” –resource WebServer “, ” –configsets wordpress_install “, ” –region …

How to Use the CloudFormation to automatically provision a WordPress website Read More »

Scroll to Top