From 16038d274cf00c6723d0c8544b40e515d1a54b7f Mon Sep 17 00:00:00 2001 From: a5zima <67965326+a5zima@users.noreply.github.com> Date: Wed, 8 Jun 2022 22:52:06 +0300 Subject: [PATCH] correct description Remove S3 bucket for dog picture from template description! --- .../02_simple_identity_permissions_in_aws/demo_cfn.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml b/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml index 9caf802..dc0b5c1 100644 --- a/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml +++ b/05-IAM-Accounts-AWS-Organizations/02_simple_identity_permissions_in_aws/demo_cfn.yaml @@ -2,7 +2,6 @@ AWSTemplateFormatVersion: "2010-09-09" Description: > This template implements an IAM user 'Sally' An S3 bucket for cat pictues - An S3 bucket for dog pictures An S3 bucket for other animals And permissions appropriate for Sally. Parameters: @@ -46,4 +45,4 @@ Outputs: Value: !Ref animalpics sallyusername: Description: IAM Username for Sally - Value: !Ref sally \ No newline at end of file + Value: !Ref sally