mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
([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.
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