AWS Fundamentals Logo
AWS Fundamentals
AWS::WellArchitected::Profile

WellArchitected Profile

Definition of AWS::WellArchitected::Profile Resource Type

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ProfileDescription
string
Required
ProfileName
string
RequiredCreate-only
ProfileQuestions
Array<ProfileQuestionUpdate>
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe date and time the profile was created.
OwnerstringThe owner of the profile.
ProfileArnstringThe profile ARN.
ProfileVersionstringThe profile version.
UpdatedAtstringThe date and time the profile was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WellArchitected::Profile

Resources:
  MyResource:
    Type: AWS::WellArchitected::Profile
    Properties:
      ProfileName: "my-profilename"
      ProfileDescription: "value"
      ProfileQuestions: []
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

wellarchitected:CreateProfilewellarchitected:GetProfilewellarchitected:TagResourcewellarchitected:ListTagsForResource

read

wellarchitected:GetProfilewellarchitected:ListTagsForResource

update

wellarchitected:UpdateProfilewellarchitected:GetProfilewellarchitected:TagResourcewellarchitected:UntagResourcewellarchitected:ListTagsForResource

delete

wellarchitected:DeleteProfilewellarchitected:GetProfile

list

wellarchitected:ListProfiles

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWellArchitected
Properties9
Required3
TaggingSupported
Primary IDProfileArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ProfileName

Related Resources

External Links