Command option Sample:aws rds add-role-to-db-cluster

Search command sample in the internet.It is the result.

Associates an Identity and Access Management (IAM) role from an AuroraDB cluster.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/add-role-to-db-cluster.html

aws rds add-role-to-db-cluster --db-cluster-identifier my-cluster --role-arn arn:aws:iam::123456789012:role/AllowAuroraLambdaRole
    Creating an IAM Role to Allow Amazon Aurora to Access AWS Services - Amazon Aurora  : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.IAM.AddRoleToDBCluster.html
aws rds add-role-to-db-cluster \
    Feature Request: Specify IAM role(s) for RDS Cluster 揃 Issue #10166 揃 hashicorp/terraform 揃 GitHub : http://github.com/hashicorp/terraform/issues/10166
aws rds add-role-to-db-cluster and adding its ARN as the value of the aurora_load_from_s3_role DB cluster parameter."
    Timeouts Loading Data from S3 to Aurora drew jess Medium : http://medium.com/@hybby/timeouts-loading-data-from-s3-to-aurora-baa3d561f805
aws rds add-role-to-db-cluster --db-cluster-identifier some-cluster-id --role-arn arn:aws:iam::1234567890:role/S3_ROLE
    amazon web services - How do you associate a IAM Role with an Aurora Cluster using CloudFormation? - Stack Overflow : http://stackoverflow.com/questions/42770067/how-do-you-associate-a-iam-role-with-an-aurora-cluster-using-cloudformation

aws のオプション一覧