AWS – You can now run a MacOS on your EC2 instance
If you ever dreamed about running MacOS on a cloud virtual machine (to be honest I don’t ), AWS just delivered to you an early Christmas gift.
As you know, running workloads on cloud services requires to implement cost management and optimization to not get nasty surprises with your consumption bills.
One of the solution applicable to your virtual machines is to automatically start and stop them to match your business need.
To start using AWS Instance Scheduler with your EC2 instances, get the templates for your CloudFormation:
Then connect to your AWS console (https://console.aws.amazon.com/) to access your CloudFormation stack.
Then create (or edit) a stack by either uploading your templates (from above links) or providing link to the S3 URL
Then define the various stack parameters; you may have to update the default time zone.
The stack creation process will create few new resources, such as 2 new IAM roles (SchedulerRole and instanceschedulerlambdaLambdaFunctionServiceRole<id>), a new IAM policy (EC2DynamoDBPolicy) or a new DynamoDB table (ConfigTable).
Then you can edit the Config table of the DynamoDB database to edit the period and schedule items to match your requirements (starting time, timezone…)
Your CloudFormation stack is now ready to be used for resource deployment.
If you ever dreamed about running MacOS on a cloud virtual machine (to be honest I don’t ), AWS just delivered to you an early Christmas gift.
As you know, AWS EC2 Image Builder is an AWS service letting you automate the creation and deployment of golden image on Amazon Elastic Cloud Compute...
With cloud services, you have the ability to buy resources and/or services directly from your management portal.