Deploy infrastructure

Deploy infrastructure

In this exercise, you will become familiar with using AWS Backup to create a backup plan for active resources on AWS such as EBS Volumes, RDS Databases, DynamoDB Tables , or EFS File Systems. At the same time, you will also learn how to restore data from backups and automate the whole process.

For many organizations, the data they own is one of the most valuable assets they have. Regular data backups are vital to the long-term success of any organization. However, a data backup is only valid if the data can be restored/restored from the backup. In the cloud, data backup and recovery testing is easier than in on-premises data centers. Automating this process with appropriate notification systems will ensure that an organization’s data is backed up regularly, backups are checked to ensure expected recovery, and the right people notified in the event of an error.

AWS Backup

  1. Access the AWS Management Console interface

    • Find and select CloudFormation

AWS Backup

  1. Select Create stack

AWS Backup

  1. In the Create stack interface

    • For PREREQUISITE - PREPARE TEMPLATE, Select Template is ready
    • For SPECIFY TEMPLATE, Select Amazon S3 URL
    • For Amazon S3 URL, enter the URL you created.
    • Select Next

AWS Backup

  1. In the STACK NAME section, enter Buckup-plan (enter whatever you want)

    • Select AvailabilityZone
    • For LatestAmiId, choose default value.
    • For NotificationEmail, enter your email to receive notifications.
    • For S3BucketName, enter the S3 bucket name you created.
    • For S3KeyLambdaZip, enter the path of lambda_function.zip

AWS Backup

  1. In the CONFIGURE STACK OPTIONS section, Select Next

AWS Backup

  1. For CAPABILITIES, Select I acknowledge that AWS CloudFormation might create IAM resources.

    • Select CREATE STACK

AWS Backup

  1. Complete Cloudformation stack creation

AWS Backup

  1. Check Output of the CloudFormation stack

AWS Backup

  1. Select Value of ApplicationURL

AWS Backup

  1. Check your email and you will receive a notification email.

AWS Backup

  1. Perform email confirmation.

AWS Backup