skills/smithery.ai/assume-cloudformation-role

assume-cloudformation-role

Installation
SKILL.md

Assume CloudFormation Write Role

A skill to obtain the necessary credentials for AWS CloudFormation stack operations (create, delete, update) and set them as environment variables.

Purpose

Before CloudFormation operations, assume the specified role to obtain temporary credentials and set them as environment variables that can be used by AWS CLI.

Input Parameters

  • profile: AWS CLI profile name (default: web-hosting)
  • role_arn: IAM role ARN to assume (default: arn:aws:iam::692859919890:role/CloudFormationWriteRole)
  • role_session_name: Session name (default: cfn-write)

Execution Steps

Installs
1
First Seen
Apr 6, 2026
assume-cloudformation-role from smithery.ai