dimanche 6 septembre 2015

what does the default trust policy in AWS IAM role mean?

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "",
      "Effect": "Allow",
      "Principal": {
        "Service": "ec2.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
    }
  ]
}

can some one please explain what does ec2.amazonaws.com mean. In what way now i can assume the role.

Thanks




Aucun commentaire:

Enregistrer un commentaire