Selam arkadaslar, gonlum D sikkindan yanadir bilesiniz
fakat D sikkinda healtcheck ile ilgili bir sey yazmiyor cunku, D sikkini secersek fail verdigi zaman healtcheck olmadigi icin anlamayacak fail durumunu ve hata sayfasina yolendirmeyecek. Bu nedenle A sikki arasinda gidip geliyorum ve bu kisimda ise D sikkina gore A sikkinda operasyonel yuk daha fazla.
A website runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The website’s DNS records are hosted in Amazon Route 53 with the domain name pointing to the ALB. A solution is required for displaying a static error page if the website becomes unavailable.
Which configuration should a solutions architect use to meet these requirements with the LEAST operational overhead?
A-Set up a Route 53 active-active configuration with the ALB and an Amazon EC2 instance hosting a static error page as endpoints. Route 53 will only send requests to the instance if the health checks fail for the ALB
B-Create a Route 53 active-passive failover configuration. Create a static website using an Amazon S3 bucket that hosts a static error page. Configure the static website as the passive record for failover
C-Create a Route 53 weighted routing policy. Create a static website using an Amazon S3 bucket that hosts a static error page. Configure the record for the S3 static website with a weighting of zero. When an issue occurs increase the weighting
D-Create a Route 53 alias record for an Amazon CloudFront distribution and specify the ALB as the origin. Create custom error pages for the distribution
Cevap B
Şimdi ne isteniyor ilk ona bakalim. Websayfasi erişilemez ise static bir error web sayfasına yönlendirilecek. Yani Eğer websitesine erişilir durumda ise trafik web sitesine gitsin, değilse bu statik sayfanın olduğu yere gitsin. Şimdi şıkları inceleyelim.
A şıkkında route 53 active active. Active active config ile route 53 her daim her iki sonucu da döner. Dolayısıyla rastgele olarak bazi kullanıcılar ana sunucuya bazıları statik sayfaya gidecek. Biz bunu istemiyoruz, biz eğer ana sayfa erisilemezse kullanıcılar bu statik yere gitsin diyoruz.
C şıkkı weight atamak demek %x ana sunucuya %y error sayfasına gitsin demek. Bunu da istemiyoruz.
D konuyla uzaktan yakından alakası yok tamamen şaşırtma amaçlı şık
B active passive. Ana yer erişilirse onu dön, yok ana yer erişilemez ise passive olanı yani error sayfasını dön. İstediğimiz bu
Anladim hocam, ben active-active ve passive olayini yanlis anlamisim daha dogrusu load balancing gibi dusunmusum. Aws route 53 servisinde bu active active passive durumu bu anlama geliyormus demekki. Yani benim anladigim suydu: 1. Sunucu active durumda calisirken 2. Passive olan yedek olarak bekliyor, 1. Fail olursa 2. Sunucu canlaniyor. Bir farkli bakis acisi daha ogrettiniz cok sagolun 
Merhabalar,
Ayrica bir konu acip, kalabalik etmek istemedim. Bu baslik altina sorularimi eklemek istiyorum izninizle. Cevaplarsaniz cok sevinirim.
soru 1. : Ben bunun cevabinda biraz kararsizim. Dump’lar icerisinde cevabinin D oldugunu belirtmisler. Ilk bakista oyle gorunuyor ama soruyu okuyunca bir sey kafami kurcaladi. Mevcutta varolan analiz yaziliminda kullanilacagini soyluyor. Yani bizim oraya kinesis koyup baska bir analiz yazilimi eklememiz uygulanabilir gelmedi bana? Bence sik B olmali hocam ama siz ne dusunursunuz?
A bicycle sharing company is developing a multi-tier architecture to track the location of its bicycles during
peak operating hours. The company wants to use these data points in its existing analytics platform. A
solutions architect must determine the most viable multi-tier option to support this architecture. The data points must be accessible from the REST API.
Which action meets these requirements for storing and retrieving location data?
A. Use Amazon Athena with Amazon S3.
B. Use Amazon API Gateway with AWS Lambda.
C. Use Amazon QuickSight with Amazon Redshift.
D. Use Amazon API Gateway with Amazon Kinesis Data Analytics.
Cevap D doğru. Amazon Kinesis Data Analytics’e source olarak diğer analytics ortamını gösterebilirsin. Streaming data üstünde analiz yapılacak. bunun altyapısını lambda’da yazmak zor olur.
1 Beğeni