AWS CodeBuild AWS CodeBuild - GitHub Actions: COMMAND_EXECUTION_ERROR Message: Error while executing command | [error]Docker pull failed with exit code 1 For GitHub Docker container actions, "build project must have privileged mode enabled and be run by the default Docker user (root)." Otherwise, build will fail with following error logs. [Container] Abhijit Ghosh 10 Jul 2023 · 2 min read
Amazon DynamoDB How to Install and Configure Amazon DynamoDB local version 2.0 (downloadable)? Amazon DynamoDB local not only speeds up development and testing iteration loop, it also saves cost of using DynamoDB webservices. Free downloadable version of Amazon DynamoDB (DynamoDBLocal.jar) can run Abhijit Ghosh 7 Jul 2023 · 8 min read
AWS CLI 2 How to uninstall AWS CLI version 2? If you already have AWS Command Line Interface (AWS CLI 2) and want to uninstall it from your system, then you will find all the steps to remove it. Find Abhijit Ghosh 4 Jul 2023 · 1 min read
mountpoint-s3 Mountpoint for Amazon S3 supports sequential write operations for creating new files Mountpoint for Amazon S3 (an open source simple file client for mounting S3 bucket as a local file system) was launched on AWS Pi Day 2023 with no support for Abhijit Ghosh 4 Jul 2023 · 1 min read
RequestTimeTooSkewed AWS S3: The difference between the request time and the current time is too large If system clock is out of sync, we may encounter error message like "An error occurred (RequestTimeTooSkewed) when calling the ListBuckets operation: The difference between the request time and the Abhijit Ghosh 4 Jul 2023 · 1 min read
encryption Amazon S3 dual-layer server-side encryption with AWS KMS (DSSE-KMS) Amazon S3 has recently added support for two independent layers of server-side encryption with AWS KMS (DSSE-KMS) for top-secret workloads. With this launch, Amazon S3 is the only cloud object Abhijit Ghosh 20 Jun 2023 · 2 min read
Amazon CodeWhisperer How to setup CodeWhisperer with JupyterLab? Amazon CodeWhisperer (AI coding companion) is now available as an extension for JupyterLab. If you outline the coding task as a comment, this generative AI extension will auto-suggest single-line, multiline Abhijit Ghosh 21 May 2023 · 7 min read
AWS AWS Lambda SnapStart - Turbocharge Java Application Startup by up to 10x at no extra cost Spring Framework 5.0 introduced Spring Cloud Function to aid the implementation of business logic as a function and to enable Spring Boot features on different serverless cloud providers (AWS Abhijit Ghosh 21 Apr 2023 · 4 min read
AWS How to run Amazon Linux 2023 (AL2023) locally on WSL? Amazon Linux 2023 (AL2023) is the next generation of Amazon Linux for developing and running cloud applications in high-performance and security enhanced execution environment. This rpm-based Linux distribution is optimized Abhijit Ghosh 14 Apr 2023 · 7 min read
Fixed: Temporary failure in name resolution in WSL2 DNS resolution not working in WSL2? Getting messages like "Temporary failure in name resolution" or "Temporary failure resolving..."? Issue: abhijit@AwsJunkie:~$ ping www.AwsJunkie.com ping: www.AwsJunkie.com: Temporary Abhijit Ghosh 12 Apr 2023 · 2 min read
AWS What is AWS Lambda's new Response Payload streaming feature? AWS Lambda's new feature, Response Streaming, can enhance user experience, responsiveness, and search engine rankings of your web applications by lowering Time to First Byte (TTFB). Additionally, it supports a Abhijit Ghosh 8 Apr 2023 · 4 min read
AWS AWS Console Toolbar - a new feature that brings both AWS Management Console and AWS CloudShell in a single view Last week, AWS launched a new feature called Console Toolbar that brings both AWS Management Console and AWS CloudShell in a single view. There is no additional charge for using Abhijit Ghosh 3 Apr 2023 · 2 min read
AWS How to install awslocal ( LocalStack AWS CLI) on Ubuntu running on WSL2 (Windows Subsystem for Linux)? If you are already enjoying LocalStack ("A fully functional local cloud stack") for building awesome AWS cloud and serverless applications locally, then awslocal will add extra Saccharin to sweeten your Abhijit Ghosh 2 Apr 2023 · 4 min read
AWS How to install LocalStack (AWS cloud service emulator) on WSL2 to develop cloud and serverless apps offline? LocalStack is an AWS cloud service emulator that can be used as a local cloud sandbox for development, prototyping and testing. It is "A fully functional local cloud stack". You Abhijit Ghosh 27 Mar 2023 · 5 min read