AWS 控制台怎么这么糟糕?
1 分•作者: anuptalwalkar•大约 2 小时前
一次小小的抱怨,源于糟糕的用户体验。我承认,在花费了一些时间在 GCP 上之后,我又回到了这里,但这个控制台看起来要么根本没有维护,要么就是各个团队随意地往里面添加功能,造成了一团糟。
我的简单工作流程——我想将数百万个对象从 us-east-1 的一个存储桶复制到 us-west-1 的一个存储桶。
1. 我可以设置复制规则。但等等,没有监控,除非你在编辑规则时选择它。即使如此,体验也很糟糕,我现在完全不知道后台是否在进行任何操作。
2. 有批量操作。它不起作用。如果我在 AWS 控制台中选择源区域,就看不到目标区域的存储桶来执行批量复制。反之亦然,如果我选择目标区域,就无法从源区域选择任何存储桶。
我或许可以使用命令行工具,但那是一长串需要遵循的说明,执行起来会让人抓狂。
我让 Claude Code 帮我弄清楚如何创建一个作业并执行它,然后告诉我状态。它毫不犹豫地完成了。
查看原文
A small rant, after painful user experience. I admit I visited it after a while spending on GCP space, but the console looks like it is either not maintained at all, or individual teams just throwing stuff at it and causing a mess.<p>My simple workflow - I want to copy millions of objects from one bucket in us-east-1 to us-west-1<p>1. I can kick off the replication rule. but oh wait, there is no monitoring, unless you select it in edit rules. Even then, the experience is broken and I have now no idea if anything is happening in the background.<p>2. There is batch operation. It doesn't work. If I select source region for aws console, I can't see destination region bucket to execute copy batch. Vice-a-versa, if I select destination region, I can't select any buckets from the source region.<p>I can perhaps use a CLI, which is a long list of instructions to follow and execute without pulling my hair out.<p>I asked claude code to just figure out out to create a job and execute it and tell me the state. It didn't even hesitate.