Flowoid allows you to automate repetitive tasks in Amazon AppConfig. Connect Amazon AppConfig with over 300 integrations and unlock its potential. No coding skills required.
Triggers
New Application
List all applications in your AWS account.
New Configuration Profile
Lists the configuration profiles for an application.
New Deployment
Lists the deployments for an environment.
New Deployment Strategy
List deployment strategies.
New Environment
List the environments for an application.
New Hosted Configuration Version
View a list of configurations stored in the AppConfig configuration store by version.
Actions
Create Application
An application in AppConfig is a logical unit of code that provides capabilities for your customers. For example, an application can be a microservice that runs on Amazon EC2 instances, a mobile application installed by your users, a serverless application using Amazon API Gateway and AWS Lambda, or any system you run on behalf of others.
Create Configuration Profile
Information that enables AppConfig to access the configuration source. Valid configuration sources include Systems Manager (SSM) documents, SSM Parameter Store parameters, and Amazon S3 objects. A configuration profile includes the following information. The Uri location of the configuration data. The AWS Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an A...
Create Deployment Strategy
A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes: the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.
Create Environment
For each application, you define one or more environments. An environment is a logical deployment group of AppConfig targets, such as applications in a Beta or Production environment. You can also define environments for application subcomponents such as the Web, Mobile and Back-end components for your application. You can configure Amazon CloudWatch alarms for each environment. The system monitors alarms during a configuration deployment. If an alarm is triggered, the system rolls back the conf...
Create Hosted Configuration Version
Create a new configuration in the AppConfig configuration store.
Delete Application
Delete an application. Deleting an application does not delete a configuration from a host.
Delete Configuration Profile
Delete a configuration profile. Deleting a configuration profile does not delete a configuration from a host.
Delete Deployment Strategy
Delete a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.
Delete Environment
Delete an environment. Deleting an environment does not delete a configuration from a host.
Delete Hosted Configuration Version
Delete a version of a configuration from the AppConfig configuration store.
Get Application
Retrieve information about an application.
Get Configuration
Receive information about a configuration. AWS AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. This v...
Get Configuration Profile
Retrieve information about a configuration profile.
Get Deployment
Retrieve information about a configuration deployment.
Get Deployment Strategy
Retrieve information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes: the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.
Get Environment
Retrieve information about an environment. An environment is a logical deployment group of AppConfig applications, such as applications in a Production environment or in an EU_Region environment. Each configuration deployment targets an environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is triggered during a deployment, AppConfig roles back the configuration.
Get Hosted Configuration Version
Get information about a specific configuration version.
List Applications
List all applications in your AWS account.
List Configuration Profiles
Lists the configuration profiles for an application.
List Deployment Strategies
List deployment strategies.
List Deployments
Lists the deployments for an environment.
List Environments
List the environments for an application.
List Hosted Configuration Versions
View a list of configurations stored in the AppConfig configuration store by version.
List Tags For Resource
Retrieves the list of key-value tags assigned to the resource.
Start Deployment
Starts a deployment.
Stop Deployment
Stops a deployment. This API action works only on deployments that have a status of DEPLOYING. This action moves the deployment to a status of ROLLED_BACK.
Tag Resource
Metadata to assign to an AppConfig resource. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
Untag Resource
Deletes a tag key and value from an AppConfig resource.
Update Application
Updates an application.
Update Configuration Profile
Updates a configuration profile.
Update Deployment Strategy
Updates a deployment strategy.
Update Environment
Updates an environment.
Validate Configuration
Uses the validators in a configuration profile to validate a configuration.