This time something from tips & tricks with AWS Fargate. Setting up service we can add it as publicly available. Thus there is no option to assign EIP or domain as container can be stopped or restarted any time with new IP. The only one way to achieve it is usage of ELB (Application LB, …
Category: Cloud
AWS DynamoDB – get the latest item
One of the latest issue which I met with AWS was getting the latest item (record) from DynamoDB. In my case data are base on the the hash key and range key. The range key is date (and in my case it is guarantee that I will often get the data). To avoid too many …
AWS Cognito – Identity Pool usage in .NET Core
Some time ago I had to implement authorization and authentication for REST (.NET Core 2.1, the latest stable nuget package version is 2.1.3) web service using JWT tokens (bearer) using AWS Cognito Identity Pools. It was pretty hard to find the updated tutorials or materials (even on AWS most of the data is about old …
Google Cloud Platform – first look
Google Cloud Platform (GCP) is Google’s cloud solution which is few steps behind the competitors (Amazon AWS, Microsoft Azure). At the beginning we get 300 USD for 1 year and a free tier which allows to run some small services like 1 micro Linux VM full month. That’s quite lot if we consider that AWS …
AWS Cloud Builders workshop
I joined today AWS Cloud Builder workshop driven by Tomasz Stachlewski, AWS architect. The main focus was on latest technologies – big data, serverless and AI. About 80 people came to the event! That’s quite lot considering different level of knowledge. It was quite visible since early beginning – instead of 20 minutes, first, simple …