Skip to content

Commit 85f4976

Browse files
authored
docs: remove the local cloudformation ui section (#286)
1 parent b729a18 commit 85f4976

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed
Binary file not shown.

src/content/docs/aws/services/cloudformation.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,6 @@ awslocal cloudformation delete-stack \
121121
--stack-name cfn-quickstart-stack
122122
```
123123

124-
## Local User-Interface
125-
126-
You can also utilize LocalStack's local CloudFormation user-interface to deploy and manage your CloudFormation stacks using public templates.
127-
You can access the user-interface at [`localhost:4566/_localstack/cloudformation/deploy`](http://localhost:4566/_localstack/cloudformation/deploy).
128-
129-
![Local CloudFormation UI in LocalStack](/images/aws/localstack-cloudformation-local-user-interface.png)
130-
131-
You can utilize the CloudFormation user interface to provide an existing CloudFormation template URL, input the necessary parameters, and initiate the deployment directly from your browser.
132-
Let's proceed with an example template to deploy a CloudFormation stack.
133-
134-
To begin, employ the public CloudFormation template URL: [`s3.eu-central-1.amazonaws.com/cloudformation-templates-eu-central-1/DynamoDB_Secondary_Indexes.template`](https://s3.eu-central-1.amazonaws.com/cloudformation-templates-eu-central-1/DynamoDB_Secondary_Indexes.template).
135-
136-
Following this, download the template URL and extract the stack parameters (default values will be automatically applied).
137-
Upon submission, the stack deployment will be triggered, and a result message will be displayed.
138-
139124
## Resource Browser
140125

141126
The LocalStack Web Application provides a Resource Browser for managing CloudFormation stacks to manage your AWS resources locally.

0 commit comments

Comments
 (0)