我们可以使用AWSCLI命令获取类的详细信息(db.t2.large),如CPU为2,RAM为8 GB
答案 0 :(得分:0)
nope,这是不可能的,请检查aws-cli github中的issue-1279。您甚至无法轻松获得可用类型的列表(您可以使用 /* Sort team members like page order i.e. the number assigned */
function team_custom_post_order_sort( $query ){
if ( $query->is_main_query() && is_post_type_archive( 'team' )){
$query->set( 'orderby', 'menu_order' );
$query->set( 'order' , 'ASC' );
}
}
add_action( 'pre_get_posts' , 'team_custom_post_order_sort' );
)。