« Cloud9 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:AWS = Create environment = == New EC2 instance == {| class="wikitable wtp" |+ Instance type ! Name ! Description |- | t2.micro || 1 GiB RAM, 1 vCPU |- | t3.nano || 0.5 GiB RAM, 2 vCPU |- | t3.small || 2 GiB RAM, 2 vCPU |} ») |
(→.NET) |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 2 : | Ligne 2 : | ||
= Create environment = | = Create environment = | ||
== New EC2 instance == | == New EC2 instance == | ||
{| class="wikitable wtp" | {| class="wikitable wtp wtmono1" | ||
|+ Instance type | |+ Instance type | ||
! Name | ! Name | ||
Ligne 13 : | Ligne 13 : | ||
| t3.small || 2 GiB RAM, 2 vCPU | | t3.small || 2 GiB RAM, 2 vCPU | ||
|} | |} | ||
= [https://docs.aws.amazon.com/cloud9/latest/user-guide/sample-dotnetcore.html .NET] = | |||
= Errors = | |||
== [https://stackoverflow.com/questions/62873843/aws-cloud9-no-space-left-on-device No space left on device] == | |||
# AWS Cloud9 → Environment → MyEnv → Manage ECS instance button (bottom right) | |||
# tick your instance → Storage tab → MyVolume | |||
# tick your volume → Action button (top right) → Modify volume | |||
# change the size | |||
# from the instance list → tick your instance → Instance state button (top) → Reboot instance |
Dernière version du 17 mai 2024 à 12:21
Create environment
New EC2 instance
Name | Description |
---|---|
t2.micro | 1 GiB RAM, 1 vCPU |
t3.nano | 0.5 GiB RAM, 2 vCPU |
t3.small | 2 GiB RAM, 2 vCPU |
.NET
Errors
No space left on device
- AWS Cloud9 → Environment → MyEnv → Manage ECS instance button (bottom right)
- tick your instance → Storage tab → MyVolume
- tick your volume → Action button (top right) → Modify volume
- change the size
- from the instance list → tick your instance → Instance state button (top) → Reboot instance