Giter VIP home page Giter VIP logo

aws-appconfig-change-calendar-extn's Introduction

Sample AWS AppConfig Extension: Change Calendar

This sample contains an AWS AppConfig Extension which verifies that specified AWS Systems Manager Change Calendars are open before proceeding with the deployment.

The Lambda function for the extension itself is in lambda/index.py; the CDK stack is here to deploy it with the correct IAM permissions, and create an AppConfig Extension.

Prerequisites

Please see the AWS AppConfig documentation for details on configuring the service.

Please see the Systems Manager Change Calendar documentation for details on setting up Change Calendars.

Ensure you have an up-to-date Python install available, and AWS CDK v2 installed.

You will need Docker installed and running for CDK to build the Lambda function.

Setting up

  1. Clone this repo
  2. In the cloned repo, create a Python virtual environment: python -m venv .venv
  3. Activate your virtual environment: source .venv/bin/activate
  4. Install the Python dependencies: pip install -r requirements.txt
  5. Ensure you have suitable AWS credentials configured in your environment

Usage

  1. Have a(t least one) SSM Change Calendar
  2. Deploy this CDK app: cdk deploy. You only need to deploy it once per AWS Account/Region.
  3. Navigate to the AppConfig console, then choose Extensions
  4. Choose the ChangeCalendar extension, then choose Add to resource
  5. Choose the Resource Type to associate the Extension with, and populate the following fields as required
  6. Under Parameters, for calendars, enter the name of your SSM Change Calendar. You can enter more than one by separating the names with commas
  7. Choose Create Association to Resource

Un-usage

  1. Navigate to the AppConfig console, then choose Extensions
  2. Choose the ChangeCalendar extension
  3. For each entry under Associated resources, choose the radio button then choose Remove association, then choose Delete
  4. Once you have removed all the Associated resources, you can cdk destroy the app

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

aws-appconfig-change-calendar-extn's People

Contributors

amazon-auto avatar dependabot[bot] avatar jamesoff avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.