-
### Configuration
```hcl
locals {
role_name = "${var.workspace_name}-${var.environment}_${var.role_subname}-instance-role"
role_arn = "arn:aws:iam::${var.aws_account_id}:role/${local.ro…
-
### 🐛 Describe the bug
Query to see all the disabled tests https://github.com/pytorch/pytorch/issues?q=is%3Aissue+is%3Aopen+DISABLED+test_comprehensive+created%3A%3E2024-08-31
Test-infra PR that pre…
-
## Brief Description
Kitchen EC2 driver is unable to SSH into EC2 instance.
## Version
Chef Workstation version: 22.7.1006
Chef Habitat version: 1.6.420
Test Kitchen version: 3.3.1
Cookstyle…
-
Hello,
I find KB python super useful and efficient.
Recently I have moved to work EC2 instances and to test that everything was good I decided to re-run a sample in there using KB, the same versio…
-
Our WebServer EC2 instance has been repeatedly terminated and automatically relaunched over the last few days. Users have experienced a 503 error around this time and it's assumed to be because of the…
-
### Description
A data source `aws_acm_certificates` (plural) would be useful for looking up the ARNs of multiple (potentially optional) certificates for SNI based selection and/or deploying both RSA…
-
set up aws account
grant access to other accounts
load some data on s3
launch ec2 using dockerfile
connect s3 data
store some data for weeks/months on local storage
-
Guys I am trying to deploy dynomite manager on tomcat on EC2 and enabled AWS binding and disabled local one. But still getting this error in logs
`
21-Feb-2021 14:32:13.650 INFO [Catalina-utility-…
-
The aim is to find out what is the best solution to setup the MySQL database for this application.
Assumptions:
- As it is a pilot migration to AWS, data migration is out of scope
Suggested …
-
- Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service.(Docker)
- For our project, ECS works better with Fargate (serveless) or Amazon EC2 instances…