Blogs
-
Deploy machine learning models on AWS Sagemaker.
- September 18, 2019
- Posted by: Petabytz
- Category: Cloud
No CommentsAmazon SageMaker provides every developer and data scientist with the ability to build, train, and deploy machine learning models quickly. Amazon SageMaker is a fully-managed service that covers the entire machine learning workflow to label and prepare your data, choose an algorithm, train the model, tune and optimize it for deployment, make predictions, and take action. Your models get to production faster with much less effort and lower cost.
-
Protecting data with Amazon S3 Object Lock
- September 18, 2019
- Posted by: Petabytz
- Category: Uncategorized
Amazon S3 Object Lock is an Amazon S3 feature that allows you to store objects using a write once, read many (WORM) model. S3 Object Lock provides such customers with immutable storage and protection from deletion. Amazon S3 Object Lock is the only cloud object storage WORM capability in the market today that gives you the flexibility to apply retention settings on individual objects in addition to default retention settings for all objects within an S3 bucket
-
Securing passwords in AWS Quick Starts using AWS Secrets Manager
- September 18, 2019
- Posted by: Petabytz
- Category: Uncategorized
The Secrets Manager service helps you protect secrets that are needed to access your applications, services, and IT resources. If an automation workflow needs a password, the automation can obtain the password via the Secrets Manager API. Secrets Manager then retrieves the secret, decrypts the protected secret text, and returns it over a secured (HTTPS with TLS) channel—assuming that the requestor has the appropriate AWS Identity and Access Management (IAM) privileges to access the secret
-
Transcoding video files with S3 Batch Operations
- September 18, 2019
- Posted by: Petabytz
- Category: Uncategorized
In this post, I review how to use S3 Batch Operations to trigger a video transcoding job using AWS Lambda, either from video stored in S3 or video requiring a restore from Amazon S3 Glacier.