Skip to content

Sample repository for provisioning AWS AppConfig freeform configurations using CloudFormation.

License

Notifications You must be signed in to change notification settings

allanchua101/aws-appconfig-freeform-cloudformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS AppConfig CloudFormation

Sample repository for automated provisioning of AWS AppConfig freeform configurations using CloudFormation.

Pre-requisites

  • Unix Environment
  • Shell
  • AWS CLI
  • AWS CLI named profile

Deploying the CloudFormation stack

#!/bin/bash

# Mark shell script as executable
chmod +x ./provision.sh

# Trigger and pass named profile
./provision.sh "my-aws-named-profile"

Related Articles

About

Sample repository for provisioning AWS AppConfig freeform configurations using CloudFormation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages