-
KMS is a good solution for storing secrets, but it's not free. During development I would rather use stage variables instead, but apparently there is no way to access them right now.
There are at lea…
-
Here is my code:
```
bucket = s3.get_bucket('boto-tokyo')
key = bucket.new_key('mykey')
key.size=100
key.send_file(fp=open('100', 'rb'))
```
It works in US standard region, but in tokyo region, exce…
hrchu updated
8 years ago
-
Why after applying consul via Terraform to AWS and later removed, I still get the consul service back up? (which I don't need anymore)
```
module "consul" {
source = "hashicorp/consul/aws"
v…
-
### Version
1
### DataCap Applicant
walid882
### Project ID
1
### Data Owner Name
Digital Earth Africa
### Data Owner Country/Region
South Africa
### Data Owner Industry
Information, Media …
-
Hi
I have deployed the the besu in my aws ec2 and I have got the RPC url and added the network in metamask, and its added successfully, but now when I trying to transfer the tokens, its almost 24 hou…
-
### Describe the feature
It would be really handy if there was some global way to configure the CLI to append to cloudwatch log groups by configuration so that every command would attempt to write to…
-
Hi all,
Looking to get input on your IPv6 requirements as we develop our strategy here. IPv6 for ECS is a broad area and your feedback will help us prioritize our feature delivery to support the mo…
-
### Name of the resource
Other
### Resource name
AWS-specific Parameters
### Description
Requesting
1. A new AWS-specific parameter type for KMS keys
2. The ability to filter subnets based …
-
Using the AWS credentials directly works
`AWS_ACCESS_KEY_ID=XXX AWS_SECRET_ACCESS_KEY=YYY mvn -f site-pom.xml deploy`
```
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------…
-
Is it possible now? or later? to be able to tell an object when to expire when uploading it using the s3cmd tool? Or tell the object to move to glacier after a set period of time?