samedi 16 mai 2020

new-m6g-ec2-instances-powered-by-arm-based-aws-graviton2 aws-senior.com

aws-senior.com

aws-senior.com

www.aws-senior.com
Visite out website www.aws-senior.com
http://www.aws-senior.com
www.aws-senior.com
AWS Certified Cloud Practitioner
AWS Certified Solutions Architect Associate
AWS Certified Developer Associate
AWS Certified SysOps Administrator Associate
AWS Certified Solutions Architect Professional
AWS Certified DevOps Engineer Professional
AWS Certified Big Data Specialty
AWS Certified Advanced Networking Specialty
AWS Certified Security Specialty www.aws-senior.com
/ http://www.aws-senior.com
aws-senior.com
www.aws-senior.com
Visite out website www.aws-senior.com
www.aws-senior.com

aws-senior.com

www.aws-senior.com
Visite out website www.aws-senior.com
http://www.aws-senior.com
www.aws-senior.com
AWS Certified Cloud Practitioner
AWS Certified Solutions Architect Associate
AWS Certified Developer Associate
AWS Certified SysOps Administrator Associate
AWS Certified Solutions Architect Professional
AWS Certified DevOps Engineer Professional
AWS Certified Big Data Specialty
AWS Certified Advanced Networking Specialty
AWS Certified Security Specialty www.aws-senior.com
/ http://www.aws-senior.com
aws-senior.com
www.aws-senior.com
Visite out website www.aws-senior.com
www.aws-senior.com Elastic Compute Cloud (EC2) General Purpose instance: the M6g. The “g” stands for “[119]Graviton2“, our next generation [120]Arm-based chip designed by AWS (and [121]Annapurna Labs, an Amazon company), utilizing [122]64-bit Arm [123]Neoverse N1 cores.
[124]Graviton 2 chipset
These processors support 256-bit, always-on, [125]DRAM encryption. They also include dual [126]SIMD units to double the floating point performance versus the first generation Graviton, and they support int8/fp16 instructions to accelerate machine learning inference workloads. You can read this full review [127]published by AnandTech for in-depth details.
The M6g instances are available in 8 sizes with 1, 2, 4, 8, 16, 32, 48, and 64 vCPUs, or as [128]bare metal instances. They support configurations with up to 256 GiB of memory, 25 Gbps of network performance, and 19 Gbps of EBS bandwidth. These instances are powered by [129]AWS Nitro System, a combination of dedicated hardware and a lightweight hypervisor.
For those of you running typical open-source application stacks, generally deployed on x86-64 architectures, migrating to [130]Graviton2-based instances will give you up to 40% improvement on cost-performance ratio, compared to similar-sized M5 instances. M6g instances are well-suited for workloads such as application servers, gaming servers, mid-size databases, caching fleets, web tier and the likes.
We ran an extensive preview program to collect customer feedback on this 6th generation instance type. For example, [131]Honeycomb uses 30% fewer instances vs C5, [132]KeyDB observes 65% better performance and 20% cost reduction vs M5, [133]InterSystems reported 28% performance improvement and 20% cost reduction compared to equivalent M5 instances, and [134]Treasure Data benchmarked 30% increase of performance for 20% cost reduction compared to similarly sized M5 instances. You can read more customer stories including Hotelbeds, Redbox, Nielsen, Mobiuspace, RayGun on the [135]M6g web page.
Several AWS services teams are evaluating these instances too. For example, during their testing, the [136]Amazon ElastiCache service team found that M6g instances deliver up to 50% throughput improvement over M5 instances on Redis.
Major Linux distributions are available on Arm architecture, just select the [137]Amazon Machine Image (AMI) corresponding to the Arm version of your favorite distribution when launching an instance in the [138]AWS Management Console. Be sure to select the 64-bit (Arm) button on the right part of the screen.
[139]Launch ARM AMI in the console
If you choose the [140]AWS Command Line Interface (CLI) instead, use the corresponding image-id for your region, architecture, and distribution. For example, to start an [141]Amazon Linux 2 instance: AMI_ID=$(aws ssm get-parameters-by-path --path /aws/service/ami-amazon-linux-lat est --output text --query "Parameters[?contains(Name, 'ami-hvm-arm64')].Value") aws ec2 run-instances --image-id $AMI_ID --instance-type m6g.large --key-name my -ssh-key-name --security-group-ids sg-1234567
(you need to adjust the ssh key name and the security group ID in the above command)
Once the instance is started, it behaves like any Amazon Elastic Compute Cloud (EC2) instance: ~ % ssh ec2-user@ec2-01-01-01-01.compute-1.amazonaws.com Warning: Permanently added 'ec2-01-01-01-01.compute-1.amazonaws.com,01.01.01.01' (ECDSA) to the list of known hosts. Last login: Wed Apr 22 12:26:44 2020 from 01-01-01-01.amazon.com
__| __|_ ) _| ( / Amazon Linux 2 AMI ___|\___|___|
https://aws.amazon.com/amazon-linux-2/ [ec2-user@ip-172-31-16-155 ~]$ uname -a Linux ip-172-31-16-155.ec2.internal 4.14.171-136.231.amzn2.aarch64 #1 SMP Thu Fe b 27 20:25:45 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
The Arm software ecosystem is broad and deep, from Linux distributions ([142]Amazon Linux 2, Ubuntu, Red Hat Enterprise Linux, SUSE Linux Enterprise Server, Fedora, Debian, FreeBSD), to language runtimes (Java with [143]Amazon Corretto , [144]NodeJS, [145]Python, [146]Go,…), container services ([147]Docker, [148]Amazon ECS, [149]Amazon Elastic Kubernetes Service, [150]Amazon Elastic Container Registry), agents ([151]Amazon CloudWatch, [152]AWS Systems Manager, [153]Amazon Inspector), developer tools ([154]AWS Code Suite, [155]Jenkins, [156]GitLab, [157]Chef, [158]Drone.io, [159]Travis CI), and security & monitoring solutions (such as [160]Datadog, [161]Crowdstrike, [162]Qualys, [163]Rapid7, [164]Tenable, or [165]Honeycomb.io).
You will find Arm versions of commonly used software packages available for installation through the same mechanisms that you currently use (yum, apt-get, pip, npm …). While some applications may require re-compilation, the vast majority of applications that are based on interpreted languages (such as [166]Java, [167]NodeJS, [168]Python, [169]Go) should run unmodified on M6g instances. In the rare cases where you will need to recompile or debug code, we have [170]assembled some resources to help you to get started.
We are not going to stop at general purposes M6g instances, compute optimized C6g instances and memory optimized R6g instances are coming soon, stay tuned.
Now it’s your turn to give it a try in one the following AWS Regions : US East (N. Virginia), US East (Ohio), US West (Oregon), Europe (Ireland), Europe (Frankfurt), and Asia Pacific (Tokyo).
As usual, [171]let us know your feedback. [172]-- seb
Sébastien Stormacq
Sébastien Stormacq
Seb has been writing code since he first touched a Commodore 64 in the mid-eighties. He inspires builders to unlock the value of the AWS cloud, using his secret blend of passion, enthusiasm, customer advocacy, curiosity and creativity. His interests are software architecture, developer tools and mobile computing. If you want to sell him something, be sure it has an API. Follow him on Twitter @sebsto. [173]View Comments
Resources
[174]Getting Started [175]What's New [176]Top Posts [177]Official AWS Podcast [178]Case Studies __________________________________________________________________
Follow
[179] Twitter [180] Facebook [181] LinkedIn [182] Twitch [183] RSS Feed [184] Email Updates
[185]Sign In to the Console
Learn About AWS
* [186]What Is AWS? * [187]What Is Cloud Computing? * [188]What Is DevOps? * [189]What Is a Container? * [190]What Is a Data Lake? * [191]AWS Cloud Security * [192]What's New * [193]Blogs * [194]Press Releases
Resources for AWS
aws-senior.com
  • best it certifications 2016
  • aws cloudtrail faq
  • aws config cloudformation
  • aws user activity log
  • aws cloudtrail security
  • aws log viewer
  • aws consulting lancaster pa
  • aws security logs
  • native aws
  • aws cloudtrail ppt

  • https://debtadviceservice.blogspot.com
    http://google-1-tips.blogspot.com
    https://amazon-job-search.blogspot.com
    https://oracle-support-maintenance.blogspot.com
    http://world-cup-2018-fifa.blogspot.com
    https://encysc0.blogspot.com
    https://orange-tunisie.blogspot.com
    https://updatefun.blogspot.com
    http://russie-foot-2018.blogspot.com
    https://oracle-support-2018.blogspot.com
    https://makemoneyonline20016.blogspot.com
    https://aws-solutions-architect-certification.blogspot.com
    http://workdcup-2018.blogspot.com
    https://aws-config-tutorial.blogspot.com
    https://cccamserver2013.blogspot.com
    https://high-oracle.blogspot.com
    http://oracle-support-maintenance.blogspot.com
    http://support-for-oracle-applications.blogspot.com
    https://oracleerrormsgs.blogspot.com
    http://watch-live2018.blogspot.com
    https://revolutiontunisia2011.blogspot.com
    https://myiphone2010.blogspot.com
    https://watch-live2018.blogspot.com
    https://my-oracle-support.blogspot.com
    https://aws-cloudtrail-tutorial.blogspot.com
    Share:

    0 commentaires:

    Enregistrer un commentaire

    Archives du blog

    Fourni par Blogger.

    Blog Archive