Amazon Machine Learning Flywheel
I have seen the Amazon Flywheel many times: But I was not familiar with the Amazon Machine Learning Flywheel:
Just a place to write
I have seen the Amazon Flywheel many times: But I was not familiar with the Amazon Machine Learning Flywheel:
Honeycode is the low-code service in beta version being implemented by Amazon. Things I have noticed: The features are very basic, the templates available basic too. The customers using it are not top tier customers. It’s beta. The number of vacancies opened in amazon.jobs is low and last role available is from April 2022. The … Read more
These are some notes about the basis of Sagemaker Sagemaker services SageMaker Neo optimizes the trained model and compiles it into an executable. Taking the target hardware where the model will be run as input; the compiler uses a ML model to apply performance optimizations on your model. Ground truth makes easy to label data. … Read more
This post is a set of notes when doing the installation of a container in AWS LightSail. Tutorials Tutorial for launching and configuring WordPress: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tutorial-launching-and-configuring-wordpress Configuration of key aspects = https://aws.amazon.com/getting-started/hands-on/configuring-wp-instance-with-cdn/?trk=gs_card WordPress Packaged By Bitnami For AWS Cloud: https://docs.bitnami.com/aws/apps/wordpress/ Notes Port 22 is the default port for SSH connections. MariaDB Bitnami commands Edit wp-config.php = … Read more
I have been able to configure the CDN using this document: https://github.com/W3EDGE/w3-total-cache/wiki/FAQ:-CDN#how-do-i-configure-amazon-simple-storage-service-amazon-s3-or-amazon-cloudfront-as-my-cdn Basically you have to: 1.- Menu: Performance \ General Settings \ CDN –> Activate the CDN in the W3 Total Cache: 2.- In AWS go to : https://console.aws.amazon.com/iam/home#/security_credentials$access_key Create an “Access key”: 3.- Menu: Performance \ CDN —> enter the credentials, and then … Read more
This is the first time I am engaged on a training session on Lambda. The course is really nice as you have to follow videos and there are challenges where you have to work on specific things. This means you are required to have an AWS account. It says it takes 90 minutes, but for … Read more
I have completed this 3,5 hours training about the Cloud economics. During the course I completed this map, having the customer and its main needs on top, and the AWS capabilities provided down. Screenshots (I want to save for my poor memory)
One of the sections of “Reaching Cloud Velocity” book is the well architected framework, where so many best practices are explained on the context of the use of AWS. I found this table on this post that summarizes the principles and the current services that are key for each one of the pillars: Update April/2022 … Read more
This is a video published by AWS where you can learn so many things about how to approach the basis of a migration to the AWS Cloud. These have been 2 productive hours for a Program Manager as me. For my poor memory, 2 of the main charts I should remind.
I found some hours to dedicate to create my first Lambda function on AWS. I read a lot about it, but I had not opportunity to practice. I followed the easy way, which means I did the use case proposed by AWS: https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html Conclusions: You have to understand very well how to manage the different … Read more