Files
coder/examples/templates
Phorcys 661ed2376a chore(examples/templates): add ec2:DescribeInstanceStatus to permissions (#17134)
([Discord
message](https://discord.com/channels/747933592273027093/991429648200245358/1352357113204314173))

---

One of our community users has mentioned needing to add the
`ec2:DescribeInstanceStatus` to permissions.

From the [API
docs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceStatus.html):
> Describes the status of the specified instances or all of your
instances

I think it's sensible to add it to our README example for the aws-*
templates, it's probably required now due to changes in either the AWS
API or Terraform provider, and shouldn't have a big impact.
2025-03-27 15:06:50 +00:00
..
2024-03-18 09:40:47 -04:00

Templates

List template examples in our CLI with coder templates init.

Submit an issue if you encounter any issues!

Getting Started

Clone this repository to create a template from any example listed here:

git clone https://github.com/coder/coder
cd examples/templates/aws-linux
coder templates push