-
On a recent Ubuntu instance running `amazon-ssm-agent` version 3.3.987.0 (installed from the snapstore), the working directory on a newly created session is a readonly directory.
```
$ aws ssm start…
-
Following the documentation provided at:
https://docs.aws.amazon.com/cli/latest/reference/servicecatalog/copy-product.html
We discovered that when copying a product, the outcome varies depending o…
-
Amazon will retire EC2 G3 by October 31, 2025.
The following notice reached me today:
We first launched the EC2 G3 instances (“G3 instances”) in July 2017, and have continued to provide customers a …
-
The package awslogs was removed from the AL2023 repository and is no longer supported. While this package was removed from the install package list in the user_data.txt content,
```
# Install awsl…
-
### What happened?
This is my Pod/Container definition:
```
apiVersion: v1
kind: Pod
metadata:
annotations:
prometheus.io/path: /metrics
prometheus.io/port: "1024"
prometheus.…
-
### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
[apache-airflow-providers-amazon](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.28.0)
- ver…
-
**To Reproduce**
Steps to reproduce the behavior (or some version of this):
1. Go to 04_entity_extraction.ipynb
2. Cell
from langchain_aws import ChatBedrock
llm = ChatBedrock(
model_id="…
-
Amazon has announced the End of Support for AWS SDK for Go (v1). Can we now drop this library from the dependencies? I see that the default behaviour is now sdk v2.
Is any help required to do this …
-
### Description
Manage routes defined in an VPC route table. Related resources:
[aws_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route)
[aws_route_table](ht…
jar-b updated
1 month ago
-
# Description
Hi, I noticed that Amazon S3 supports condition write now (https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/). Is it possible to utilize this feature to…