Viewing your Accelerate Alarm Manager configuration
Both the AMSManagedAlarms and CustomerManagedAlarms can be reviewed in AppConfig with GetConfiguration.
The following is an example of the GetConfiguration
call:
aws appconfig get-configuration --application AMSAlarmManager --environment AMSInfrastructure --configuration AMSManagedAlarms --client-id
any-string
outfile.json
Application: this is AppConfig's logical unit to provide capabilities; for the Alarm Manager, this is
AMSAlarmManager
Environment: this is the AMSInfrastructure environment
Configuration: to view AMS Accelerate baseline alarms, the value is
AMSManagedAlarms
; to view customer alarm definitions, the configuration isCustomerManagedAlarms
Client ID: this is a unique application instance identifier, which can be any string
The alarm definitions can be viewed in the specified output file, which in this case is
outfile.json
You can see which version of configuration is deployed to your account by viewing the past deployments in the AMSInfrastructure environment.