aws ssm start-session --target i-02184d8ca315055d8
An error occurred (BadRequest) when calling the StartSessionoperation: The SSM Agent version installed on this instance doesn't support streaming logs to CloudWatchEither update the SSM Agent to the
AccessDeniedException: User: arn:aws:sts::MYCODE:assumed-role/codebuild-QA-service-role/AWSCodeBuild-4701b85f-fc5b-49c8-b2f9-f634930aca4f is not authorized to perform: ssm:GetParameters on resource: arn:aws:ssm:sa-east-1:MYCODE:parameter/PARAMETERVALUE becau
我正在使用AWS参数管理器来存储我想要跨不同项目共享的资源的对象ID。在静态Terraform项目中,我创建共享资源,然后将共享资源的神奇ID保存到AWS参数管理器。然后,在每个共享项目中,我使用data对象检索AWS参数值,然后提取共享的AWS资源。" "route53_zone_example" { name = local.route53_zone_example_ssm_lookup }
data "aws_ssm_parameter" "