Tag: Cloud
-
Taking a look at EC2 storage options ! When to use InstanceStore/EBS/EFS?
Pricing For information about storage pricing, open AWS Pricing Storage Options Lets take a look at the what AWS has to offer. Amazon EC2 provides you with flexible, cost effective, and easy-to-use data storage options for your instances. Each option has a unique combination of performance and durability. These storage options can be used independently or […]
-
AWS: Hosting Static Website On S3 using Route 53 and a GoDaddy Domain
In this article, I’m going to explain to you how you can Host Static website on S3 using a custom domain. Few things to keep in mind You can use Amazon S3 to host a static website. On a static website, individual webpages include static content. They might also contain client-side scripts. By contrast, a dynamic website relies on […]
-
“Unable to verify secret hash for client ” error from my Amazon Cognito user pools API when called from AWS Lambda ?
When I try to invoke my Amazon Cognito user pools API, I get an “Unable to verify secret hash for client <client-id>” error. How do I resolve the error? As per documentation When a user pool app client is configured with a client secret in the user pool, a SecretHash value is required in the API’s query argument. If a secret hash […]