aws-solutions / instance-scheduler-on-aws

A cross-account and cross-region solution that allows customers to automatically start and stop EC2 and RDS Instances

Home Page:https://aws.amazon.com/solutions/implementations/instance-scheduler-on-aws/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrossAccountRoles exceeding 4096 characters

MO-BENCHEIKH opened this issue · comments

Hello,

Can you please tell me how can I do for 150 ARNs, for one SSM parameter it's will exceed the caracter limitation of the value of the parameter store ( 4096).

Thank you.

Hi @MO-BENCHEIKH

You can save the Cross account ARN's in multiple SSM parameter (if you name the parameter as instance-scheduler-arns, instance-scheduler-arns-2) and provide the values in the CloudFormation parameter Cross account roles as {param:instance-scheduler-arns},{param:instance-scheduler-arns-2}, The SSM parameter and solution stack should be in the same region.

Related #272