Tag: AWS
Reducing AWS EBS Volumes
For example, we already have one instance with a 20 GB volume attached, and we want to reduce this to 8GB or 10 GB, or any size as per requirement, then first we have to note the root volume’s block
Instant Recovery of EC2 Instance from Snapshots
Recovery of EC2 Select Snapshots from the Elastic Block Store menu on the Amazon EC2 interface. Find the snapshot you wish to restore, then choose it. Choose Actions, and then choose Create Volume. In the same Availability Zone as your
AWS CloudWatch
Amazon Web Services (AWS): Amazon Web Services (AWS) provides a wide range of cloud-based services for businesses and organizations. One of the key challenges of managing AWS resources is monitoring and managing them effectively. AWS CloudWatch is a monitoring and
How to Retrieve Metadata of AWS EC2 Machine
Metadata is data about your EC2 instance that is used to manage and configure the instance. Developers use the metadata in the script in order to configure the instances and their resources. Please login to your EC2 machine and run
Upload Image to AWS S3 Using React
React provides you a facility to upload files directly from your react end to AWS S3. To achieve it, you need to install a package that is listed below: npm install –save react-s3 After that, add the following import line
AWS Step Functions
What are AWS Step Functions? Step Functions is a serverless orchestration service that lets you combine AWS Lambda functions and other AWS services to build business-critical applications. Through Step Functions’ graphical console, you see your application’s workflow as a series
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [