随笔分类 -  AWS

aws自动化
摘要:以下命令列出您的 t2.micro 实例。aws ec2 describe-instances --filters "Name=instance-type,Values=t2.micro" --query Reservations[].Instances[].InstanceId 以下命令列出具有标 阅读全文

posted @ 2020-02-15 15:56 锋锋2019 阅读(175) 评论(0) 推荐(0)

ufile开公钥私钥
摘要:https://docs.ucloud.cn/storage_cdn/ufile/guide/token登陆UCloud官方控制台,进入UFile—令牌管理 阅读全文

posted @ 2019-12-19 14:04 锋锋2019 阅读(229) 评论(0) 推荐(0)

ULB
摘要:https://docs.ucloud.cn/network/ulb/intro/whatisulb 创建ulb ulb里创建vserver, 设置监听端口 配置后端转发节点(服务节点) 在服务节点上起虚拟监听网卡: touch /etc/sysconfig/network-scripts/ifcf 阅读全文

posted @ 2019-11-26 12:34 锋锋2019 阅读(468) 评论(0) 推荐(0)

ufile的硬盘
摘要:参考: https://docs.ucloud.cn/compute/uhost/introduction/disk UFS: https://docs.ucloud.cn/storage_cdn/ufs/price fio测试: https://www.wangbokun.com/%E5%90%8 阅读全文

posted @ 2019-10-10 15:03 锋锋2019 阅读(484) 评论(0) 推荐(0)

udb
摘要:1/ 配置升级 高可用实例创建时默认是 一主一备 所以可以在线升级, 先升级备库 然后升级主库 所以可以在线升级 只是主备切换的时候有闪断会影响20s左右 有单独创建的从库 那就是一主一备 + 从库如果有从库,从库是单点的 所以要关机操作升级 像这种就是有从库的,升级从库得关掉它 还有普通型的也得关 阅读全文

posted @ 2019-09-24 18:43 锋锋2019 阅读(926) 评论(0) 推荐(0)

ucloud启用redis
摘要:可以设置密码 阅读全文

posted @ 2019-09-12 16:37 锋锋2019 阅读(255) 评论(0) 推荐(0)

ucloud自动创建instance
摘要:用terrform for ucloud: https://www.terraform.io/docs/providers/ucloud/index.html https://docs.ucloud.cn/compute/terraform/quickstart 用ucloud的py sdk: 具体 阅读全文

posted @ 2019-08-21 16:16 锋锋2019 阅读(160) 评论(0) 推荐(0)

aws S3
摘要:查看:bi-kafka3 aws s3 ls s3://opay-bi 阅读全文

posted @ 2019-08-20 11:39 锋锋2019 阅读(123) 评论(0) 推荐(0)

ucloud建新主机
摘要:系统盘默认20G,可调到40不增加费用。需建好主机后关机才能更改。 root密码按统一的设 设好主机名,选好分组 阅读全文

posted @ 2019-08-20 10:11 锋锋2019 阅读(119) 评论(0) 推荐(0)

ucloud相关
摘要:ucloud申请证书 https://docs.ucloud.cn/domain/ussl/operate/buy 云主机: https://docs.ucloud.cn/compute/uhost/introduction/concept SSD和普通disk比较: https://docs.uc 阅读全文

posted @ 2019-08-16 20:16 锋锋2019 阅读(243) 评论(0) 推荐(0)

aws技术链接
摘要:S3: https://docs.aws.amazon.com/s3/?id=docs_gateway emrfs: https://docs.aws.amazon.com/emr/latest/ManagementGuide/clone-console.html 缩小ebs容量: https:// 阅读全文

posted @ 2019-08-15 16:21 锋锋2019 阅读(166) 评论(0) 推荐(0)

aws和ufile挂载数据盘EBS
摘要:前言: 扩盘是先unmonut,在控制台扩盘,再mount后做xfs_growfs活resize.在linux系统上可以做lvm,步骤是不多个物理盘创建成卷,然后建多个逻辑盘lv.扩容时在控制台扩盘,再在linux用lvextend扩容和resize即可.物理存储的划分见笔记: \文档\运维\存储\ 阅读全文

posted @ 2019-08-14 11:58 锋锋2019 阅读(706) 评论(0) 推荐(0)

导航