-
# 部署 AWS EC2 remote machine
## AWS 網頁上設定
- 首先要辦好 amazon aws 的帳號
- 新創的帳號一年內基本功能是免費的
- 接著點選 instance -> launch instance
![image](https://github.com/jim63/jim63.github.io/blob/master/file/aws%E…
jim63 updated
5 years ago
-
### Current Terraform Version
```
0.12.7
```
### Use-cases
It may happen that two or more modules depends on each other. Instead of producing cyptinc error terraform could detect that.
Given…
-
### Terraform Core Version
1.4.5
### AWS Provider Version
4.67.0
### Affected Resource(s)
* template_cloudinit_config
### Expected Behavior
set the "gzip" option to true and it ca…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
While launching 23.11 AMIs in the `us-west-2` region we observe that not every instance launched starts the `amazon-init.service` nor seems to set the key pair properly for the `root` user.
We are …
-
### Description
It is possible to disable the source-destination check through autoscaling groups. I didn't find any code related to this.
### New or Affected Resource(s)
* aws_autosca…
-
Hi, while testing the CI Stack, I ran into a potential issue with your cloudformation stack template for EC2..
If you include both a path to `AuthorizedUsersUrl` and a `KeyName`, it seems to overwr…
-
Thanks for this project. We are having problems operating in `eu-west-1`. It seems the `-z` flag does not work with all EC2 queries. The only way for us to get bees to work was to create a new key pai…
-
using
```
niceman create -t aws-ec2 test-ec2-west-small -b region_name=us-west-1 image=ami-059e7901352ebaef8 security_group=ssh-only key_name=yoh@hopa-west2 instance_type=t2.small
```
so I could r…
-
This (non) issue takes a brief look at how we can minimize the permissions granted to the Ray Cluster Launcher when using it with AWS.
The cluster launcher works by launching a single head node and…