Skip to content

Welcome to panlm docs

1 start from

  • CodeServer – Using code-server on EC2 instead of Cloud9 due to it has been deprecated
  • Quick Setup Cloud9 – 简化创建 Cloud9 脚本,优先选择使用 Terraform 自动初始化;也可以使用脚本从 CloudShell 中完成初始化

2 highlights

(["status":"myblog"] OR ["status":"awsblog"])
<%
it.files.sort((a, b) => {
  const dateA = new Date(a.frontmatter?.created || 0);
  const dateB = new Date(b.frontmatter?.created || 0);
  return dateB - dateA;
});
%>
<%= it.files.map(file => {
  const date = (file.frontmatter?.created || '').split(' ')[0];
  return `- (${date}) [[${file.basename}]] -- ${file.frontmatter?.description}`;
}).join('\n') %>

3 my aws blogs

4 deprecated docs

(["status":"deprecated"])

- [$frontmatter:title]($filename) -- $frontmatter:description

- script-api-resource-method – 每个 api 的每个 resource 的每个 method 都需要单独通过命令行启用“tlsConfig/insecureSkipVerification”,通过这个脚本简化工作
- Building Prometheus HA Architect with Thanos – 用 Thanos 解决 Prometheus 在多集群大规模环境下的高可用性、可扩展性限制
- Prometheus With Thanos Manually – POC-prometheus-with-thanos-manually
- appmesh-workshop-eks – appmesh workshop
<–>

5 rendered