• AWS Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see AWS Systems Manager Change Manager availability change.
• The AWS Systems Manager CloudWatch Dashboard will no longer be available after April 30, 2026. Customers can continue to use Amazon CloudWatch console to view, create, and manage their Amazon CloudWatch dashboards, just as they do today. For more information, see Amazon CloudWatch Dashboard documentation.
Creating input parameters that populate AWS resources
Automation, a tool in Systems Manager, populates AWS resources in the AWS Management Console that match the resource type you define for an input parameter. Resources in your AWS account that match the resource type are displayed in a dropdown list for you to choose. You can define input parameter types for Amazon Elastic Compute Cloud (Amazon EC2) instances, Amazon Simple Storage Service (Amazon S3) buckets, and AWS Identity and Access Management (IAM) roles. The supported type definitions and the regular expressions used to locate matching resources are as follows:
-
AWS::EC2::Instance::Id-^m?i-([a-z0-9]{8}|[a-z0-9]{17})$ -
List<AWS::EC2::Instance::Id>-^m?i-([a-z0-9]{8}|[a-z0-9]{17})$ -
AWS::S3::Bucket::Name-^[0-9a-z][a-z0-9\\-\\.]{3,63}$ -
List<AWS::S3::Bucket::Name>-^[0-9a-z][a-z0-9\\-\\.]{3,63}$ -
AWS::IAM::Role::Arn-^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$ -
List<AWS::IAM::Role::Arn>-^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
The following is an example of input parameter types defined in runbook content.