首页 > 其他分享 >AWS Solutions Architect - Prep

AWS Solutions Architect - Prep

时间:2024-03-29 17:33:05浏览次数:21  
标签:website S3 bucket AWS server static Solutions Architect

What's AWS S3
database for unstructured data, we can put a static website (doesn't need that much back-end) on S3

Why use S3

  1. high scalability
  • horizontal scaling: storage doesn't fulfill the need, then just use more devices
  • vertical scaling: storage doesn't fulfill the need, then we change to better advanced storage devices
  1. high availability
  • cS3 store data across multiple server and data center; one server on fire, it's fine, there's another server

How to host a static website on S3?

  1. amazon IAM log in
  2. Search S3
  3. Create a bucket
  • bucket name has to be unique
  • AWS region: choose one closer to you or users
  • ACLs enabled: let file publicly accessible
  • Unblock Public Access
  1. Click on bucket, upload the HTML and JPEG files (for the static website)
  2. Select and Make Public Using ACL
  3. Enable static website hosting
  4. Index_document select the HTML file
  5. Voila, you got a static website

Cr: Fried Egg Tech
https://www.youtube.com/watch?v=S1wcj1oIfHg

标签:website,S3,bucket,AWS,server,static,Solutions,Architect
From: https://www.cnblogs.com/miramira/p/18104297

相关文章

  • 关于AWS-EFS-跨VPC及跨账号-客户端的挂载方法-注意事项
    关于EFS客户端挂载EFS的方式,可以参考笔者的另一篇文件《使用EFS客户端帮助程序-对AWS-EFS-访问点-Access-points-的挂载》但这是对于同一个VPC中EC2,可以直接简单的使用那样的方式进行挂载如果是不同的VPC之间或者跨账号,应该如何挂载呢?当然这里假定网络的连接都已经打通首先,我们......
  • MQTT.FX 连接AWS IoT Core 测试
    登录AWS->服务->物联网->IoTCore           登录IoTCore->所有设备物品->创建物品创建物品->下一步下载五个文件:2,3,4导导入MQTT.FX设置的SSL/TLS总对应的2,3,4位置.打开MQTT.FX设置连接成功,enjoy!!!!......
  • [Container] Docker Architecture
    IdentifiyDockerarchitecturecomponenetsClient:sendinstructionsorcommandtotheDockerhostserverhost:keepadaemonasdockerd,listensforDockerAPIreqeustsorcommandsuchas"dockerrun"andprocessesthosecommands.Daemonbuilds,......
  • AWS S3相关操作
    一、S3Browser工具的使用1.点击Addnewaccount 2.填入对应的AccessKeyID和SerectAccessKey 3.添加一个bucket添加一个新的bucket或者添加一个现有的bucket,根据实际情况选择 5.之后点击添加的bucket就可以进行文件操作了 二、如何从服务器迁移文件到S3的 buck......
  • AWS EC2 实例和本地服务器配置 Amazon CloudWatch 代理
    为什么需要Cloudwatch代理本地服务器?统一的监控视图,高级数据分析和可视化,自动化的响应,简化日志管理,提高可靠性和可用性,符合合会性要求这样子做有什么好处?集中监控:CloudWatch代理使能够将本地服务器的监控数据,(如CPU使用率、内存消耗、网络流量和应用程序日志)发送到CloudW......
  • Xcode开发iOS运行项目报错symbol(s) not found for architecture x86_64的解决办法
    写在前边的话:如果是xcode13,那么请先升级系统到Monterey(ios12.7.4),并安装xcode14。因为好多sdk都是xcode14才有的,xcode13不支持,任你把buildsetting玩出花来都没用的。Xcode13的时候,各种报错百度搜索解决方法,各种配置buildsettings,然而没有什么用,真机/模拟器都是一一直报错。......
  • AWS 入门实践-远程访问AWS EC2 Linux虚拟机
    远程访问AWSEC2Linux虚拟机是AWS云计算服务中的一个基本且重要的技能。本指南旨在为初学者提供一系列步骤,以便成功地设置并远程访问他们的EC2Linux实例。包括如何上传下载文件、如何ssh远程登录EC2虚拟机。一、创建一个AWSEC2Linux虚拟机 创建一个AmazonEC2Linux虚......
  • 3-The_first_tow_laws
    APARTICLEThefirstlawTheproblemarisesbecausetheprocessorthatperformsthephysicscalculationsisn’tcompletelyaccurate.Thisinaccuracycanleadtoobjectsgettingfasteroftheirownaccord.Abettersolutionistoincorporatearoughapproxi......
  • 在aws ec2上使用root用户登录
    转载:https://www.cnblogs.com/adolfmc/p/15419166.html awsec2默认是使用ec2-user账号登陆的,对很多文件夹是没有权限的。如何使用root账号执行命令就是一个问题了。解决办法如下:1.根据官网提供的方法登录连接到EC2服务器(官网推荐windows用户使用PUTTY连接)主机:是服务器的Publ......
  • AWS
    ①用户登录instance使用AMI创建instance连接instance:输入Ipv4Ip+auth(privatekeyfile)命令:awss3ls  用来listbucket(但此时缺少credentials)=> 1.创建用户IAM->adduser->addauth->download.csv2.配置用户凭证credentials:awsconfigure->acces......