All Content tagged with Storage
Scale resources up or down and add new services in an instant
Content language: English
Select up to 5 tags to filter
Sort by most recent
1166 results
Hello,
I have 10 EC2 instances, each mounted to the same EFS file system. For the "Client connections" metric, I expect a constant value of 10. However, when I view this metric with the "Sum"...
I need to get information like file name, file size, file type from hierarchical S3 folder structure which is organized like business/sub_business/date/files_with_name_of_originator . I need to get...
Hi,
I'm looking for guidance on how to efficiently transfer a file from an Amazon S3 bucket to a remote SFTP server (hosted outside of AWS), triggered by the addition of a new file in S3 Bucket in a...
We have an onprem Netapp ontap solution that we want to start offloading unused data to a cheaper cloud solution, what's the best way to use AWS so that we dont have to keep buying more onprem...
Hello,
I have an RDS instance with a full storage state. I tried to increase the storage by allocating more storage.
I got a first error :
> Max storage size must be greater than storage size
So i...
Hi All,
How can I identify and delete files in S3 account, which haven't been used in the past X time? Not talking about the last modify date, but the last retrieval date. S3 has lot if pictures and...
How can I configure CloudFront with an S3 bucket to redirect the URL path of my website? Currently, I have my website hosted on S3 and CloudFront, and the URL structure uses .html files (e.g.,...
I created a parameter group and adjusted the queryConcurrency and queryQueueSize to 0. I applied the group to the running Timestream InfluxDB database. After a while, it went into a **FAILED** status....
I am having 2 Windows EC2 Instances, I have created a FSx drive to share data between these 2 EC2 instances, now day by day data on this FSx drive is increasing, so i wanted to move 1 year old data to...
I wish to capture and publish the following metrics for an FSx for Windows file system using CloudWatch:
* Sum of data transferred into the file system over 30 days
* Sum of data transferred out of...
I have a Laravel application that display videos from S3 using a temporary singed URL.
We can open and watch the video normally in Lebanon or Turkey, but not in Kuwait
If the URL is opened in Kuwait,...
Good evening, I'm experiencing an issue with streaming S3 objects using `GetObjectCommand` on AWS JS SDK V3.
Our implementation for downloading an object from S3 is straightforward by just calling...